home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part2 / 12422 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.6 KB

  1. Path: erich.triumf.ca!bennett
  2. From: bennett@erich.triumf.ca (P.Bennett)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: Programming the par. poort in plain C lang.
  5. Date: 31 Mar 1996 15:39 PST
  6. Organization: TRIUMF: Tri-University Meson Facility
  7. Distribution: world
  8. Message-ID: <31MAR199615395273@erich.triumf.ca>
  9. References: <315efa10.1792819@news.utrecht.nl.net>
  10. NNTP-Posting-Host: erich.triumf.ca
  11. News-Software: VAX/VMS VNEWS 1.50    
  12.  
  13. In article <315efa10.1792819@news.utrecht.nl.net>, aflora@ccn.nl (Teller op nul) writes...
  14. >I need some help with programming the par. poort :-)
  15. >I am programming an LCD display, and this display is controlled by the
  16. >Par. poort of my PC.
  17. >But the problem is that when i send anything to this poort, i am
  18. >getting timeouts (the computer thinks i am programming an printer or
  19. >something).
  20.  
  21. This is both system and compiler specific.  If you are doing this under MS-DOS,
  22. it would be better to ask in an MS-DOS newsgroup, such as
  23. comp.os.msdos.programmer.
  24.  
  25. If you are using a Borland compiler, look for the outportb() and inportb()
  26. functions.  If you use a Microsoft compiler, look for inp() and outp().
  27.  
  28. Peter Bennett VE7CEI                | Vessels shall be deemed to be in sight
  29. Internet: bennett@triumf.ca         | of one another only when one can be
  30. Packet: ve7cei@ve7kit.#vanc.bc.ca   | observed visually from the other
  31. TRIUMF, Vancouver, B.C., Canada     |                          ColRegs 3(k)
  32. GPS and NMEA info and programs: ftp://sundae.triumf.ca/pub/peter/index.html
  33. or: ftp://ftp-i2.informatik.rwth-aachen.de/pub/arnd/GPS/peter/index.html
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.